textarea,input {
	font-family : verdana;
	font-size : 12px;
}

button{
	font-family : verdana;
	font-size : 9px;
	font-weight : bold;
}

select{
	font-family : Verdana;
	font-size : 12px;
}

.rowheader  {
	font-family : Verdana; 
	font-size : 12px; 
	color : #ffffff; 
	font-weight : bold; 
	padding : 2px; 
	vertical-align : bottom;
	background : url('http://adpoint.radioio.com/images/rowheader.gif'); 
	height : 25px;
}

.hider {
	display : none;
}

.showingtab {
	display : block;
}

.hiddentab {
	display : none;
}

.commenting {
	display : block;
	list-style-type: none;
	
}
.commenting ul{
	list-style-type: none;
}
.reveal {
	text-decoration : underline; 
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.gap {
	clear: both;
	height: 6px;
	line-height: 0.0;
	font-size: 0;
}
.crack{
	float : left;
	width : 3px;
}
/* START clearFix */
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	min-height:1px;
}
* html .clearFix {
	height:1px;
}
* html>body .clearFix {
	height:auto;
	display:inline-block;
}
/* END clearFix */

.thumbnail {
	float:left;
	clear:left;
	padding:0px 3px;
}
div.tabArea {
  font-size: 110%;
  font-weight: bold;
}

a.tab {
  background-color : #f0f0f0;
  padding : 2px 1em 2px 1em;
  text-decoration : none;
}

a.tab, a.tab:visited {
  color : #000000;
}

a.tab:hover {
  background-color : #d0d0d0;
  color : #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color : #c0c0c0;
  color : #000000;
}


#comment_console{
	
	color : #000000;
	width : 450px;
	height : 282px;
	position : absolute;
	display : none;
	background-image : url('/common/global_images/commentbox_450x282.gif');

}
.slideholder {
	position : absolute;
	top : 0px;
	left : 0px;
	filter : alpha(opacity=10);
	opacity : 0.0;
	-moz-opacity : 0.0;
	padding : 4px 4px 0px 4px;
}
.rollNav{
	float : left;
	cursor : pointer;
}
.podcast_button{
	float : left;
	border-width : 1px;
	border-style : solid;
	padding : 1px;
	cursor : pointer;
	font-size : 9px;
	font-weight : bold;
}
#platPopupHolder{
	background-color:#000000;
	color:#FFFFFF;
	height:auto;
	width:auto;
	border-width:1px;
	border-color:#FFF;
	border-style:solid;
	display:none;
	position:absolute;
	z-index:20000;
	top:0px;
	left:0px;
	padding:5px;
}

.embed_code textarea,input{
	font-size : 10px;
	font-family : verdana;
}
.inheritor{
	color : inherited;
	font-size : inherited;
}
.vidEmbedLink {
	border:1px solid #ABABAB;
	background-color:#DEDEDE;
	color:#fff;
	padding:1px;
	font-size:10px;
	width:87%;
	margin:0 2%;
}
.vidEmbedLink a{
	color : #000000;
}
.vidEmbedLink a:link{
	color : #000000;
}
.vidEmbedLink a:visited{
	color : #000000;
}
.codehint{
	background-color : #FFFFFF;
	color : #333333;
	padding : 1px 3px;
	border : 1px solid #333333;
	font-size: 9px;
	display : none;
	position : absolute;
	top: 0px;
	left : 0px;
}
/* Gallery editing elements */	

.editThumbContainerOdd{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width: 97%;
	background-color: #ededed;
}
.editThumbContainerEven{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width:97%;
	background-color: #dedede;
}

.editThumbContainer a{
	color : #00CC00;
}
.midSitter{
	float:left;
	height:32px;
	width : 16px;
	padding:16px 0px 0px 0px;
}
.singleButton{
	clear : both;
	height:16px;
	width : 16px;		
}
.thumbControl{
	top : 0px;
	left: 0px;
	width : 50px;
	display : block;
	text-align:center;
	float : left;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.thumbMovers{
	height : 100%;
	padding : 10px 0px 0px 0px;
	vertical-align : middle;
	float:left;
}

/*ugc versions of gallery edit*/
#galleryEditHeader{
	margin: 1px;
	background-color : #666666;
	font-weight:bold;
}

#galleryEditHeader a{
	color : #ffff00;
}
.UGCeditThumbContainer{
	float:left;
	padding:2px;
	width:100px; 
	height:116px;
	overflow:hidden;
	text-align:center;
}

.UGCthumbControl{
	display : block;
	text-align:center;
	position:absolute;
	top:25px;
	left:25px;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.UGCthumbMovers{
	position:relative;
}
/*end of ugc versions*/

#plfmLBOver {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.plfmLBOverMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.plfmLBOver {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #plfmLBOver { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.toolbarRow {
	padding: 3px 7px;
}
.smallselect{
	font-family : tahoma;
	font-size : 10px;
}
/* UGC defaults */
.ugc_profile_divs {
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-color : #FFFFFF;
	height : auto;
	overflow : visible;
	border-color : #196FA5;
	border-style : solid;
	padding : 2px 4px 6px 4px;
	border-width : 1px 1px 1px 1px;
	margin : 2px 2px 2px 2px;
}
.ugc_profile_divs a{
	text-decoration : none;
}
.ugc_profile_divs a:hover{
}
.ugc_profile_divs a:visited{
}
.ugc_menu_items {
	color : #FFFFFF;
	font-family : verdana;
	font-weight : bold;
	font-size : 14px;
	text-align : center;
	background-color : #CCCCCC;
	overflow : visible;
	border-color : #003366;
	border-style : solid;
	padding : 2px 5px 2px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 4px 2px 4px;
}
.ugc_menu_items a{
	color : #FFFFFF;
	text-decoration : none;
}
.ugc_menu_items a:hover{
	color : #000066;
}
.ugc_menu_items a:visited{
	color : #FFFFFF;
}

body {
	margin : 0;
	padding : 0;
	text-align : center;
	color : #000000;
	font-family : verdana;
	font-size : 12px;
	background-color : #FFFFFF;
	background-image : url('/template_images/default_csn_main_blue_background.jpg');
	background-repeat : repeat-x;
	background-position : top;
	background-attachment : scroll;
}

h1{
	color : #313f80;
	font-size : 16px;
}

a.link{
	color : #666666;
	text-decoration : none;
}

a.hover{
	color : #ec193f;
	text-decoration : none;
}

a.visited{
	color : #666666;
	text-decoration : none;
}

li{
	list-style : none;
	margin-left : 0px;
}

.sidebar09 {
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #f5f5f5;
	width : 275px;
	overflow : visible;
	border-color : #d2d4da;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
}
.sidebar09 a{
	text-decoration : none;
}
.sidebar09 a:hover{
	color : #000000;
}
.sidebar09 a:visited{
	color : #990000;
}
.sidebar09 h1{
	font-size : 16px;
	font-weight : normal;
	font-family : verdana;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#messageboard_2{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_2 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_2 a:link{
	text-decoration : none;
}
#messageboard_2 a:visited{
	text-decoration : none;
}
#messageboard_2 a:hover{
	text-decoration : none;
}
#messageboard_5{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#messageboard_5 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_5 a:link{
	text-decoration : none;
}
#messageboard_5 a:visited{
	text-decoration : none;
}
#messageboard_5 a:hover{
	text-decoration : none;
}
#messageboard_6{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	background-color : #FFFFFF;
	padding : 35px 20px 0px 20px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_6_background.jpg');
}
#messageboard_6 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_6 a:link{
	text-decoration : none;
}
#messageboard_6 a:visited{
	text-decoration : none;
}
#messageboard_6 a:hover{
	text-decoration : none;
}
#messageboard_7{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	padding : 0px 0px 20px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_7 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_7 a:link{
	text-decoration : none;
}
#messageboard_7 a:visited{
	text-decoration : none;
}
#messageboard_7 a:hover{
	text-decoration : none;
}
#messageboard_9{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_9 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_9 a:link{
	text-decoration : none;
}
#messageboard_9 a:visited{
	text-decoration : none;
}
#messageboard_9 a:hover{
	text-decoration : none;
}
#messageboard_10{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 102px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_10 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_10 a:link{
	text-decoration : none;
}
#messageboard_10 a:visited{
	text-decoration : none;
}
#messageboard_10 a:hover{
	text-decoration : none;
}
#messageboard_11{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 35px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_11_background.jpg');
}
#messageboard_11 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_11 a:link{
	text-decoration : none;
}
#messageboard_11 a:visited{
	text-decoration : none;
}
#messageboard_11 a:hover{
	text-decoration : none;
}
#messageboard_19{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	padding : 0px 0px 10px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_19 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_19 a:link{
	text-decoration : none;
}
#messageboard_19 a:visited{
	text-decoration : none;
}
#messageboard_19 a:hover{
	text-decoration : none;
}
#messageboard_20{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : 294px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_20_background.gif');
	background-color : #FFFFFF;
	padding : 20px 0px 0px 0px;
	font-size : 11px;
}
#messageboard_20 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_20 a:link{
	text-decoration : none;
	color : #ec193f;
}
#messageboard_20 a:visited{
	text-decoration : none;
	color : #ec193f;
}
#messageboard_20 a:hover{
	text-decoration : none;
	color : #333333;
}
#messageboard_21{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px;
}
#messageboard_21 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_21 a:link{
	text-decoration : none;
}
#messageboard_21 a:visited{
	text-decoration : none;
}
#messageboard_21 a:hover{
	text-decoration : none;
}
#messageboard_25{
	float : left;
	position : relative;
	z-index : 1;
	width : 953px;
	height : auto;
	padding : 0px 6px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_25 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_25 a:link{
	text-decoration : none;
}
#messageboard_25 a:visited{
	text-decoration : none;
}
#messageboard_25 a:hover{
	text-decoration : none;
}
#messageboard_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_26 a:link{
	text-decoration : none;
}
#messageboard_26 a:visited{
	text-decoration : none;
}
#messageboard_26 a:hover{
	text-decoration : none;
}
#messageboard_30{
	float : left;
	position : relative;
	z-index : 1;
	width : 932px;
	height : auto;
	padding : 10px 10px 10px 10px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-color : #FFFFFF;
	border-color : #9d9d9d;
	border-width : 1px;
	font-size : 12px;
}
#messageboard_30 h1{
	font-weight : bold;
	font-family : tahoma;
	font-size : 18px;
}
#messageboard_30 a:link{
	text-decoration : none;
	color : #ec193f;
}
#messageboard_30 a:visited{
	text-decoration : none;
	color : #ec193f;
}
#messageboard_30 a:hover{
	text-decoration : none;
}
#messageboard_31{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : 113px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_31_background.jpg');
	background-color : #FFFFFF;
	padding : 20px 0px 0px 0px;
}
#messageboard_31 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_31 a:link{
	text-decoration : none;
}
#messageboard_31 a:visited{
	text-decoration : none;
}
#messageboard_31 a:hover{
	text-decoration : none;
}
#messageboard_42{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : 184px;
	background-color : #ededed;
	border-color : #9c9c9c;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_42_background.jpg');
	padding : 28px 0px 10px 0px;
	font-size : 11px;
}
#messageboard_42 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_42 a:link{
	text-decoration : none;
	color : #333333;
}
#messageboard_42 a:visited{
	text-decoration : none;
	color : #333333;
}
#messageboard_42 a:hover{
	text-decoration : none;
	color : ##ec193f;
}
#messageboard_43{
	float : left;
	position : relative;
	z-index : 1;
	width : 295px;
	height : 22px;
	padding : 10px 5px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_43 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_43 a:link{
	text-decoration : none;
}
#messageboard_43 a:visited{
	text-decoration : none;
}
#messageboard_43 a:hover{
	text-decoration : none;
}
#messageboard_44{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 5px 0px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_44 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_44 a:link{
	text-decoration : none;
}
#messageboard_44 a:visited{
	text-decoration : none;
}
#messageboard_44 a:hover{
	text-decoration : none;
}
#messageboard_59{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : auto;
	padding : 0px 6px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_59 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_59 a:link{
	text-decoration : none;
}
#messageboard_59 a:visited{
	text-decoration : none;
}
#messageboard_59 a:hover{
	text-decoration : none;
}
#messageboard_60{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_60 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_60 a:link{
	text-decoration : none;
}
#messageboard_60 a:visited{
	text-decoration : none;
}
#messageboard_60 a:hover{
	text-decoration : none;
}
#messageboard_64 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#messageboard_65{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 5px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_65 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_65 a:link{
	text-decoration : none;
}
#messageboard_65 a:visited{
	text-decoration : none;
}
#messageboard_65 a:hover{
	text-decoration : none;
}
#messageboard_66 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#messageboard_69 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 653px;
	 height : 16px;
}
#messageboard_70 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 653px;
	 height : 16px;
}
#messageboard_71 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 653px;
	 height : 16px;
}
#messageboard_74{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 85px;
	padding : 10px 136px 15px 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_74 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_74 a:link{
	text-decoration : none;
}
#messageboard_74 a:visited{
	text-decoration : none;
}
#messageboard_74 a:hover{
	text-decoration : none;
}
#messageboard_75 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#messageboard_76 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#messageboard_79{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_79 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_79 a:link{
	text-decoration : none;
}
#messageboard_79 a:visited{
	text-decoration : none;
}
#messageboard_79 a:hover{
	text-decoration : none;
}
#messageboard_80{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 17px 10px 10px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#messageboard_80 h1{
	font-weight : normal;
	font-family : verdana;
}
#messageboard_80 a:link{
	text-decoration : none;
}
#messageboard_80 a:visited{
	text-decoration : none;
}
#messageboard_80 a:hover{
	text-decoration : none;
}

/* CSS Document */

#menz969{
	background-color:transparent;
}
#menz969 a{
	color : #FFFFFF;
/* 	width : ~mwidth; */
/* 	background-color : ~mbackground; */
	font-size : 12px;
	text-decoration : none;
	padding : 0px 12px 0px 10px;
	border-style : none;
/* 	border-color : ~mborderColor; */
	border-width : 0px 0px 0px 0px;
	text-align : center;
	font-weight : bold;
}
#menz969 a:hover{
/* 	background-color : ~mhover; */
	color : #FFFFFF;
}
body #menz969 .menzactive, body #menz969 .menzactive:hover{
/* 	background-color : ~mhover; */
	text-decoration : none;
}
#menz969 .menzparent{
/* 	background-image : ~img_mbgi; */


}
#menz969 div{
	width : null;
/* 	background-color : ~mhover; */
	padding : 5px 20px 5px 4px;
	border-style : none;
	border-width : 1px 1px 1px 1px;
	border-color : #3e3e3e;
	margin-top : -1px;
	font-size : 11px;
	text-align : left;
	font-style : normal;
}
#menz969 div a:hover{
	text-decoration : none;
	background-color : #333333;
	color : #CCCCCC;
}
body #menz969 div .menzactive, body #menz969 div .menzactive:hover{
	background-color : #000000;
}
#menz969 div .menzparent{
	background-image : url(images/arrow_right.gif);
}
#menz969 div a{
	width : null;
	background-color : #000000;
	padding : 5px 20px 5px 4px;
	border-width : 1px 1px 1px 1px;
	color : #FFFFFF;
	border-style : none;
	border-color : #3e3e3e;
/* 	font-weight : ~smfontWeight; */
	font-size : 11px;
	text-align : left;
}

.menzclear {
	display:block;
	clear:left;
	font-size:1px;
	height:0px;
	width:0px;
	line-height:0px;
}
.menz_possing {
	position:relative;
}
.menz_possing a {
	float:left;
	display:block;
	white-space:nowrap;
}
.menz_possing div a {
	float:none;
}
.menz_possing div {
	visibility:hidden;
	position:absolute;
}

/*~~vertswap~~*/
#menz969 a{
/* 	background-image : ~img_mbgi; */
/* 	background-repeat : ~mbg_repeat; */
}
#menz969 div a{
/* 	background-image : ~img_smbgi; */
/* 	background-repeat : ~smbg_repeat; */
}
#menz969 a:hover{
/* 	background-image : ~img_mhi; */
/* 	background-repeat : ~mh_repeat; */
}
#menz969 div a:hover{
/* 	background-image : ~img_smhi; */
/* 	background-repeat : ~smh_repeat; */
}
#menz969 a{
	font-style : normal;
}
/* CSS Document */
.sidebar09 {
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #f5f5f5;
	width : 275px;
	overflow : visible;
	border-color : #d2d4da;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
}
.sidebar09 a{
	text-decoration : none;
}
.sidebar09 a:hover{
	color : #000000;
}
.sidebar09 a:visited{
	color : #990000;
}
.sidebar09 h1{
	font-size : 16px;
	font-weight : normal;
	font-family : verdana;
~replace~}~~	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odds {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #FFFFFF;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odds a{
	color : #666666;
	text-decoration : none;
}
.rowset_odds a:hover{
	color : #666666;
}
.rowset_odds a:visited{
	color : #666666;
}
.rowset_odds h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_even {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #ededed;
	overflow : visible;
	border-style : none;
	padding : 6px 5px 6px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_even a{
	color : #666666;
	text-decoration : none;
}
.rowset_even a:hover{
	color : #666666;
}
.rowset_even a:visited{
	color : #666666;
}
.rowset_even h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_evens {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_evens a{
	color : #666666;
	text-decoration : none;
}
.rowset_evens a:hover{
	color : #666666;
}
.rowset_evens a:visited{
	color : #666666;
}
.rowset_evens h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_odd {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #ffffff;
	overflow : visible;
	border-style : none;
	padding : 6px 5px 6px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odd a{
	color : #666666;
	text-decoration : none;
}
.rowset_odd a:hover{
	color : #666666;
}
.rowset_odd a:visited{
	color : #666666;
}
.rowset_odd h1{
	font-weight : normal;
	font-family : verdana;
}
.comments {
	color : #000000;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #dadada;
	overflow : visible;
	border-color : #FFFFFF;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 2px 25px 2px 25px;
	margin : 0px 0px 0px 0px;
}
.comments a{
	text-decoration : none;
}
.comments a:hover{
}
.comments a:visited{
}
.comments h1{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	font-family : tahoma;
}
.comments_even {
	color : #000000;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #ededed;
	overflow : visible;
	border-color : #FFFFFF;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 2px 25px 2px 25px;
	margin : 0px 0px 0px 0px;
}
.comments_even a{
	text-decoration : none;
}
.comments_even a:hover{
}
.comments_even a:visited{
}
.comments_even h1{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	font-family : tahoma;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
}
#masthead09_5{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 254px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#masthead09_5 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_5 a:link{
	text-decoration : none;
}
#masthead09_5 a:visited{
	text-decoration : none;
}
#masthead09_5 a:hover{
	text-decoration : none;
}
#masthead09_9{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_10{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 90px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 6px 0px;
}
#masthead09_10 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_10 a:link{
	text-decoration : none;
}
#masthead09_10 a:visited{
	text-decoration : none;
}
#masthead09_10 a:hover{
	text-decoration : none;
}
#masthead09_11{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 35px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_11_background.jpg');
}
#masthead09_11 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_11 a:link{
	text-decoration : none;
}
#masthead09_11 a:visited{
	text-decoration : none;
}
#masthead09_11 a:hover{
	text-decoration : none;
}
#masthead09_79{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#masthead09_79 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_79 a:link{
	text-decoration : none;
}
#masthead09_79 a:visited{
	text-decoration : none;
}
#masthead09_79 a:hover{
	text-decoration : none;
}
#masthead09_80{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 17px 10px 10px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_107{
	float : left;
	position : relative;
	z-index : 1;
	width : 819px;
	height : 27px;
	font-family : tahoma;
	font-weight : bold;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_107 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_107 a:link{
	text-decoration : none;
}
#masthead09_107 a:visited{
	text-decoration : none;
}
#masthead09_107 a:hover{
	text-decoration : none;
}
#masthead09_108{
	float : left;
	position : relative;
	z-index : 1;
	width : 160px;
	height : 21px;
	padding : 7px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_108 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_108 a:link{
	text-decoration : none;
}
#masthead09_108 a:visited{
	text-decoration : none;
}
#masthead09_108 a:hover{
	text-decoration : none;
}
#masthead09_128 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 500px;
	 height : 16px;
}
#masthead09_129 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 500px;
	 height : 16px;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#footer09_2{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	background-color : #FFFFFF;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_2_background.gif');
}
#footer09_2 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_2 a:link{
	text-decoration : none;
}
#footer09_2 a:visited{
	text-decoration : none;
}
#footer09_2 a:hover{
	text-decoration : none;
}
#footer09_7{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 5px 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_7 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_7 a:link{
	text-decoration : none;
}
#footer09_7 a:visited{
	text-decoration : none;
}
#footer09_7 a:hover{
	text-decoration : none;
}
#footer09_8{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px;
}
#footer09_8 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_8 a:link{
	text-decoration : none;
}
#footer09_8 a:visited{
	text-decoration : none;
}
#footer09_8 a:hover{
	text-decoration : none;
}
#footer09_9 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#footer09_14{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 7px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_14_background.gif');
	background-repeat : no-repeat;
	background-position : bottom;
	overflow : visible;
	border-style : none;
}
#footer09_14 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_14 a:link{
	text-decoration : none;
}
#footer09_14 a:visited{
	text-decoration : none;
}
#footer09_14 a:hover{
	text-decoration : none;
}
#footer09_15{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	background-color : #f5f5f5;
	padding : 5px 15px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_15 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_15 a:link{
	text-decoration : none;
}
#footer09_15 a:visited{
	text-decoration : none;
}
#footer09_15 a:hover{
	text-decoration : none;
}
#footer09_16{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	color : #000000;
	padding : 5px 15px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_16 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_16 a:link{
	color : #000000;
	text-decoration : none;
}
#footer09_16 a:visited{
	color : #000000;
	text-decoration : none;
}
#footer09_16 a:hover{
	color : #878787;
	text-decoration : none;
}
#footer09_22{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	border-color : #878787;
	padding : 0px 0px 10px 0px;
	border-width : 0px 0px 1px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
}
#footer09_22 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_22 a:link{
	text-decoration : none;
}
#footer09_22 a:visited{
	text-decoration : none;
}
#footer09_22 a:hover{
	text-decoration : none;
}
#footer09_23{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	padding : 10px 0px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_23 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_23 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_23 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_23 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 0px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_26_background.gif');
	line-height : 1.5;
}
#footer09_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_26 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_26 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_26 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_27{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 10px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_27_background.gif');
	background-repeat : no-repeat;
	background-position : top left;
	line-height : 1.5;
}
#footer09_27 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_27 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_27 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_27 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_28{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 10px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : solid;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_28_background.gif');
	line-height : 1.5;
}
#footer09_28 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_28 a:link{
	text-decoration : none;
	color : #878787;
}
#footer09_28 a:visited{
	text-decoration : none;
	color : #878787;
}
#footer09_28 a:hover{
	text-decoration : none;
	color : #000000;
}
#footer09_29{
	float : left;
	position : relative;
	z-index : 1;
	width : 346px;
	height : 165px;
	font-family : arial;
	font-weight : bold;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top left;
	overflow : visible;
	border-style : none;
	padding : 20px 0px 0px 10px;
	font-size : 10px;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_29_background.gif');
	line-height : 1.5;
}
#footer09_29 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_29 a:link{
	text-decoration : none;
	color : #878787;
}
#footer09_29 a:visited{
	text-decoration : none;
	color : #878787;
}
#footer09_29 a:hover{
	text-decoration : none;
	color : #000000;
}

/* CSS Document */

.forum_category_outer{
	background-color : #CCCCCC;
	border : 1px solid #666666;
	/*background-image : url('http://csnhd.com/images/forum_header_23x4_blackred.jpg');*/
	background-image : url('/template_images/tab_gradback.jpg');
	background-repeat : repeat-x;
}
/* wrapper header,body,footer */
.forum_category_header{
	padding : 4px 10px;
	height : 18px;
	font-weight : bold;
	color : #FFFFFF;
}
.forum_category_background{
	background-color : #CCCCCC;
}
.forum_category_footer{
	padding : 4px 10px;
	height : auto;
}
.forum_category_inner{
	/*margin :  8px 8px;*/
	padding : 0px 0px;
	background-color : #FFFFFF;
}
.forum_category_even{
	height : 100%;
	padding :  3px 5px;
	background-color : #DDDDDD;
}
.forum_category_odd{
	height : 100%;
	padding :  3px 5px;
	background-color : #FFFFFF;
}

.forum_thread_even{
	height : 100%;
	padding :  0px 5px;
	background-color : #CCCCCC;
}
.forum_thread_odd{
	height : 100%;
	padding :  0px 5px;
	background-color : #FFFFFF;
}
.forum_thread_header{
	font-size : 14px;
	font-weight : bold;
	font-color : #000000;
}
.forum_thread_userinfo{
	padding : 5px;
}
.forum_hr{
	height : 1px;
	width : 100%;
	background-color : #999999;
	clear : both;
}
.forum_submit {
	border : 1px solid #666666;
	height : 16px;
	font-size : 11px;
	font-weight : bold;
	background-color : #AAAAAA;
	color : #FFFFFF;
	cursor : pointer;
}
.forum_form{
	height : 18px;
	float : left;
}
.forum_nextpage{
	clear : none;
	border-width : 1px 1px 1px 1px;
	border-color : #000000;
	border-style : solid;
	padding : 1px 2px;
	margin : 0px 2px;
	font-size : 10px;
	background-color : #CCCCCC;
}
.forum_quote_even{
	border-width : 1px;
	border-color : #999999;
	border-style : solid;
	padding : 4px;
	background-color : #EEEEEE;
}
.forum_quote_odd{
	border-width : 1px;
	border-color : #999999;
	border-style : solid;
	padding : 4px;
	background-color : #BBBBBB;
}
.forum_nextpage a:link{
	color : #FFFFFF;
}
.forum_nextpage a:visited{
	color : #FFFFFF;
}
.forum_nextpage a:active{
	color : #FFFFFF;
}
